home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr51 / tag_utes.zip / README.TXT < prev    next >
Text File  |  1993-04-01  |  2KB  |  38 lines

  1. This zipped file, Tag_Utes.zip, contains the following files:
  2.  
  3.     RedoTags.prg -- Stores index tag names and expressions to
  4.                     an array, deletes the tags, and rebuilds them.
  5.                     Helpful to reduce the size of 'bloated' mdx files.
  6.     PrntTags.prg -- Stores index tag names and expressions to
  7.                     an array and directs the info to a printer.
  8.                     Could be modified to direct the info to a file.
  9.     ListDbfs.prg -- Creates a database file with the names of the
  10.                     current directory's .dbf files.  Can be used
  11.                     for various purposes.
  12.     Samples.prg  -- A sample program that invokes the ListDbfs and
  13.                     PrntTags procedures.
  14.     Readme.txt   -- This file.
  15.  
  16. The Samples procedure demonstrates how you can run either the PrntTags
  17. or the RedoTags procedures on all database files in the current directory.
  18.  
  19. You might want to revise the PrntTags procedure to direct the output to
  20. a text file.  Then you could archive this file, or import the information
  21. into your application code so that you could 'hard code' the index on ...
  22. commands.
  23.  
  24. I hope that these utilities are helpful.  The usual disclaimer accompanies
  25. them ... use at your own risk. (They seem to work properly in the
  26. situations in which I have used them.)
  27.  
  28. The only obligation of the user is one or more of the following:
  29.  
  30.   1.  A 'Thank you' if you like the utility procedures.
  31.   2.  Tell me about modifications of the code that you have found beneficial.
  32.   3.  A tolerant attitude if unforeseen problems crop up.
  33.  
  34. David
  35.  
  36. DAVIDLOVE on the Borland Support BBS
  37.  
  38.